The following tables list the members exposed by SchemaManager<TSchemaManagerSchema>.
Name | Description | |
---|---|---|
AppConnection | System connection. | |
CompileDependencies | ||
DefSchema | The base schema. | |
IsInItemAdded | Determines whether the ItemAdded event is initialized. | |
IsInItemAdding | Determines whether the handling of the ItemAdding event is performed. | |
IsInItemRemoved | Determines whether the ItemRemoved event is initialized. | |
IsInItemRemoving | Determines whether the handling of the ItemRemoving event is performed. | |
IsInItemSaved | Determines whether the handling of the ItemSaved event is performed. | |
IsInItemSaving | Determines whether the handling of the ItemSaving event is performed. | |
ItemCaption | The caption for the schema manager item. | |
ItemName | Name of the schema manager item. | |
Namespace | Namespace. | |
ProcessSchemaManager | Process schema manager. | |
ResourceManagerName | The name of the resource manager. | |
SchemaManagerProvider | The provider of the schema manager. | |
SupportsProfiles | Determines whether the schema manager supports the profiles. |
Name | Description | |
---|---|---|
ActualizeItemDescriptor | Typed interface of the item of the schema manager. | |
AddCoreSchema | Overloaded. | |
AddSchema | Adds the schema with the specified parameters to the schema manager. | |
CanEditSchema | ||
Clear | Overridden. Removes all items from manager items collection. | |
CreateDesignSchema | ||
CreateSchema | Overloaded. | |
DesignItem | Returns the instance of the development time element. | |
DesignItemInCustomPackage | ||
DesignSchema | ||
DropInstances | Deletes instances of all schemas of the manager. | |
FillSourceCollection | Overloaded. | |
FindDesignInstance | Searches for the instance of the designed schema with the specified identifier. | |
FindDesignItem | Searches for the designed item with the specified identifier. | |
FindInstanceFromMetaDataByPackageUId | Finds item with given UId with changes in elements hierarchy for package. | |
GenerateItemUniqueCaption | Generates the unique header of the manager item, using the specified prefix. | |
GenerateItemUniqueName | Generates the unique name of the manager item, using the specified prefix. | |
GenerateSchemaSources | ||
GetDefSchemaUId | Gets the identifier of the schema from which all base schemas of the schema manager derive. | |
GetDesignedItemFolderIdFromSessionData | Gets the identifier of the catalog which contains the designed item schema with the specified identifier from the session data. | |
GetDesignedItemIdFromSessionData | ||
GetDesignedItemPackageUIdFromSessionData | ||
GetDesignInstance | Gets the instance of the designed schema with the specified identifier. If no such schema is found, an exception is thrown. | |
GetDesignItem | Gets the designed item with the specified identifier. If no such item is found, an exception is thrown. | |
GetGenerator | Returns the source code generator for the manager schemas. | |
GetHash | Returns the hash for this item. | |
GetItemFromMetaData | Gets the manager item that contains the schema with the specified identifier, using the specified user connection. | |
GetItemIdByUId | ||
GetItems | Overloaded. Overridden. | |
GetMetaDataSerializer | Gets a serializer of the schemas of the manager. | |
GetProcessSchemaGenerator | Returns process schema generator instance. | |
GetReadableSchemaMetaData | Overloaded. | |
GetReadableSchemaMetaDataText | ||
GetSchemaDesignItem | Gets the typed designed item with the specified identifier. | |
GetSchemaHierarchy | ||
GetSchemaMetaData | Gets metadata with target identifier. | |
GetSchemaMetaDataDifferencePackage | Gets the difference package for the schema with the specified identifier and its parent schema. | |
GetSchemaSource | Gets the source code of the schema with the specified identifier. | |
GetSchemaSources | Gets the collection of objects that contain the source code of the schema with the specified identifier. | |
Initialize | Overloaded. | |
InitializeItem | Initializes the manager item with the specified identifier. | |
InitializeSafeSchema | Creates the schema instance for the type specified in the passed-in manager item. If the schema type is not found in the assembly, null is returned. | |
InitializeSchema | Creates the schema instance for the type specified in the passed-in manager item. If the type of the schema of the manager item is not found, an exception is thrown. | |
IsInheritedFrom | Returns flag that indicates if schema is inherited from specified parent schema. | |
RefreshItems | ||
RemoveDesignedItemFromSessionData | Overloaded. | |
RemoveDesignedItemIdFromSessionData | ||
RemoveDesignedItemPackageUIdFromSessionData | ||
RemoveItemByUId | Removes item with given UId from manager items collection. | |
RemoveSchema | Removes the schema with the specified identifier from the database. | |
SaveDesignedItemFolderIdInSessionData | Saves the passed-in identifier of the catalog which contains the designed item schema with the specified identifier to the session data. | |
SaveDesignedItemIdInSessionData | ||
SaveDesignedItemInSessionData | Overloaded. | |
SaveDesignedItemPackageUIdInSessionData | ||
SaveSchema | Overloaded. | |
SaveSchemaInCustomPackage | Overloaded. | |
SaveSchemaMetaData | ||
SaveSchemaSources | Saves the source code from the passed-in collection. | |
TryGenerateSchemaSources |
Name | Description | |
---|---|---|
Changed | ||
ItemAdded | Event that occurs after adding a new schema. | |
ItemAdding | Event that occurs before adding a new schema. | |
ItemRemoved | Event that occurs after deleting a schema. | |
ItemRemoving | Event that occurs before deleting a schema. | |
ItemSaved | Event that occurs after saving a schema. | |
ItemSaving | Event that occurs before saving a schema. |